home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
Demos
/
Tools
/
AppMaker
/
Examples
/
pre-built AMReminder
/
Procedural
/
FileM.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-11-04
|
282 b
|
13 lines
|
[
TEXT/MMCC
]
/* FileM.h */
/* Created 01/01/95 12:01 PM by AppMaker */
/*----------*/
void InitFileM (void);
Boolean OkToOpen (OSType fType);
void OpenDoc (Str255 fileName,
short vRefNum);
void OpenApp (void);
void DoClose (void);
void DoQuit (void);
void DoFile (short itemNr);